c_vec
Structures to wrap C arrays. Here's a little example:
extern crate libc;
extern crate c_vec;
use c_vec::;
Usage
You can use it directly by adding this line to your Cargo.toml
file:
[]
= "^1.0.0"
Here's the crates.io page for c_vec
.
License
This project is under the MIT and Apache 2.0 licenses. Please take a look at the license files for more information.